Skip to content

Fix colon split in read_info() causing sync failure#447

Open
decko wants to merge 1 commit into
pulp:mainfrom
decko:fix/specs-split-colon
Open

Fix colon split in read_info() causing sync failure#447
decko wants to merge 1 commit into
pulp:mainfrom
decko:fix/specs-split-colon

Conversation

@decko
Copy link
Copy Markdown
Member

@decko decko commented Jun 3, 2026

Fixes #446

stmt.split(":") in read_info() fails with ValueError when values contain colons. Added maxsplit=1, matching the pattern already used on line 157.

Fixes pulp#446

Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mdellweg
Copy link
Copy Markdown
Member

mdellweg commented Jun 5, 2026

How's the test supposed to fail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync fails on gems with colons in dependency specs

2 participants